From daeb1e3a67121262c2a6d7b6fd96a9fdb11ad6f7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 18 Jul 2025 00:13:58 +0000 Subject: fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/dav/l10n/fr.js | 2 +- apps/dav/l10n/fr.json | 2 +- apps/files/l10n/sw.js | 2 + apps/files/l10n/sw.json | 2 + apps/files_sharing/l10n/sw.js | 229 +++++++++++++++++++++++++++++- apps/files_sharing/l10n/sw.json | 229 +++++++++++++++++++++++++++++- apps/lookup_server_connector/l10n/sw.js | 7 + apps/lookup_server_connector/l10n/sw.json | 5 + apps/webhook_listeners/l10n/sw.js | 7 + apps/webhook_listeners/l10n/sw.json | 5 + lib/l10n/et_EE.js | 1 + lib/l10n/et_EE.json | 1 + lib/l10n/sw.js | 1 + lib/l10n/sw.json | 1 + 14 files changed, 480 insertions(+), 14 deletions(-) create mode 100644 apps/lookup_server_connector/l10n/sw.js create mode 100644 apps/lookup_server_connector/l10n/sw.json create mode 100644 apps/webhook_listeners/l10n/sw.js create mode 100644 apps/webhook_listeners/l10n/sw.json diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 9a2980ff4de..10c0abec9ce 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -331,7 +331,7 @@ OC.L10N.register( "There was an error updating your attendance status." : "Une erreur s'est produite lors de la mise à jour de votre statut de présence.", "Please contact the organizer directly." : "Merci de contacter l'organisateur directement.", "Are you accepting the invitation?" : "Acceptez-vous l'invitation ?", - "Tentative" : "Tentative", + "Tentative" : "Provisoire", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index bdedf869268..edc99486824 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -329,7 +329,7 @@ "There was an error updating your attendance status." : "Une erreur s'est produite lors de la mise à jour de votre statut de présence.", "Please contact the organizer directly." : "Merci de contacter l'organisateur directement.", "Are you accepting the invitation?" : "Acceptez-vous l'invitation ?", - "Tentative" : "Tentative", + "Tentative" : "Provisoire", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files/l10n/sw.js b/apps/files/l10n/sw.js index 52564cc3bb8..a142df5ddc6 100644 --- a/apps/files/l10n/sw.js +++ b/apps/files/l10n/sw.js @@ -129,6 +129,7 @@ OC.L10N.register( "Search globally by filename …" : "Tafuta kimataifa kwa jina la faili", "Search here by filename …" : "Tafuta hapa kwa jina la faili", "Search scope options" : "Chaguo za upeo wa utafutaji", + "Filter and search from this location" : "Chuja na utafute kutoka eneo hili", "Search globally" : "Tafuta kimataifa", "{usedQuotaByte} used" : "{usedQuotaByte}imetumika", "{used} of {quota} used" : "{used} ya {quota}imetumika", @@ -212,6 +213,7 @@ OC.L10N.register( "Warnings" : "Maonyo", "Prevent warning dialogs from open or reenable them." : "Zuia mazungumzo ya onyo yasifunguliwe au uwashe upya.", "Show a warning dialog when changing a file extension." : "Onyesha mazungumzo ya onyo unapobadilisha kiendelezi cha faili.", + "Show a warning dialog when deleting files." : "Onesha mazungumzo ya onyo wakati wa kufuta faili.", "Keyboard shortcuts" : "Mikato ya keyboard", "Speed up your Files experience with these quick shortcuts." : "Ongeza kasi ya utumiaji wa Faili zako kwa njia hizi za mkato za haraka.", "Open the actions menu for a file" : "Fungua menyu ya vitendo kwa faili", diff --git a/apps/files/l10n/sw.json b/apps/files/l10n/sw.json index 8338d077f77..0808e457152 100644 --- a/apps/files/l10n/sw.json +++ b/apps/files/l10n/sw.json @@ -127,6 +127,7 @@ "Search globally by filename …" : "Tafuta kimataifa kwa jina la faili", "Search here by filename …" : "Tafuta hapa kwa jina la faili", "Search scope options" : "Chaguo za upeo wa utafutaji", + "Filter and search from this location" : "Chuja na utafute kutoka eneo hili", "Search globally" : "Tafuta kimataifa", "{usedQuotaByte} used" : "{usedQuotaByte}imetumika", "{used} of {quota} used" : "{used} ya {quota}imetumika", @@ -210,6 +211,7 @@ "Warnings" : "Maonyo", "Prevent warning dialogs from open or reenable them." : "Zuia mazungumzo ya onyo yasifunguliwe au uwashe upya.", "Show a warning dialog when changing a file extension." : "Onyesha mazungumzo ya onyo unapobadilisha kiendelezi cha faili.", + "Show a warning dialog when deleting files." : "Onesha mazungumzo ya onyo wakati wa kufuta faili.", "Keyboard shortcuts" : "Mikato ya keyboard", "Speed up your Files experience with these quick shortcuts." : "Ongeza kasi ya utumiaji wa Faili zako kwa njia hizi za mkato za haraka.", "Open the actions menu for a file" : "Fungua menyu ya vitendo kwa faili", diff --git a/apps/files_sharing/l10n/sw.js b/apps/files_sharing/l10n/sw.js index 345b399b455..35b61cfec59 100644 --- a/apps/files_sharing/l10n/sw.js +++ b/apps/files_sharing/l10n/sw.js @@ -160,12 +160,33 @@ OC.L10N.register( "Add a note to help people understand what you are requesting." : "Ongeza maelezo kusaidia watu kuelewa unachokiomba.", "You can add links, date or any other information that will help the recipient understand what you are requesting." : "Unaweza kuongeza viungo, tarehe, au taarifa nyingine yoyote itakayomsaidia mpokeaji kuelewa unachokiomba.", "Close" : "Funga", + "_Send email and close_::_Send {count} emails and close_" : ["Send email and close","Tuma barua pepe {count}na ufunge"], + "Please select a folder, you cannot share the root directory." : "Tafadhali chagua folda, huwezi kushiriki saraka ya mizizi.", + "File request created" : "Ombi la faili limeundwa", + "_File request created and email sent_::_File request created and {count} emails sent_" : ["File request created and email sent","Ombi la faili limeundwa na barua pepe {count} zikatumwa"], + "Error creating the share: {errorMessage}" : "Hitilafu katika kuunda ushiriki: {errorMessage}", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", - "Cancel" : "Cancel", + "Error sending emails: {errorMessage}" : "Hitilafu wakati wa kutuma barua pepe: {errorMessage}", + "Error sending emails" : "Hitilafu wakati wa kutuma barua pepe", + "Create a file request" : "Tengeneza ombi la faili", + "Collect files from others even if they do not have an account." : "Kusanya faili kutoka kwa wengine hata kama hawana akaunti.", + "To ensure you can receive files, verify you have enough storage available." : "Ili kuhakikisha kuwa unaweza kupokea faili, thibitisha kuwa una hifadhi ya kutosha.", + "File request" : "Ombi la faili", + "Previous step" : "Hatua ya awali", + "Cancel" : "Sitisha", + "Cancel the file request creation" : "Sitisha ombi la utengenezaji wa faili", + "Close without sending emails" : "Funga bila kutuma barua pepe", "Continue" : "Endelea", + "Error while toggling options" : "Hitilafu wakati wa kugeuza chaguo", + "Accept shares from other accounts and groups by default" : "Kubali kushirikiwa kutoka kwa akaunti na vikundi vingine kwa chaguomsingi", + "Choose a default folder for accepted shares" : "Chagua folda chaguo-msingi kwa shiriki zinazokubalika", "Invalid path selected" : "Njia iliyochaguliwa si halali", "Unknown error" : "Hitilafu isiyojulikana", + "Set default folder for accepted shares" : "Weka folda chaguo-msingi kwa shiriki zinazokubaliwa", "Reset" : "Pangilia upya", + "Reset folder to system default" : "Weka upya folda iwe chaguomsingi ya mfumo", + "Share expiration: {date}" : "Ukomo wa shiriki: {date}", + "Share Expiration" : "Ukomo wa shiriki", "group" : "kundi", "conversation" : "mazungumzo", "remote" : "mbali", @@ -180,11 +201,44 @@ OC.L10N.register( "Via “{folder}”" : "Kupitia \"{folder}\"", "Unshare" : "Usishirikishe", "Cannot copy, please copy the link manually" : "Haiwezi kunakili, tafadhali nakili kiungio kwa njia za kawaida", + "Copy internal link to clipboard" : "Nakili kiungo cha ndani kwenye ubao wa kunakilia", + "Only works for people with access to this folder" : "Inafanya kazi kwa watu wanaoweza kufikia folda hii pekee", + "Only works for people with access to this file" : " Inafanya kazi kwa watu walio na ufikiaji wa faili hii pekee", + "Link copied" : "Kiungo kimenakiliwa", "Internal link" : "Kiungo cha ndani", - "Password protection" : "Password protection", + "{shareWith} by {initiator}" : "{shareWith} kwa {initiator}", + "Shared via link by {initiator}" : "Imeshirikiwa kupitia kiungo na {initiator}", + "File request ({label})" : "Ombi la faili ({label})", + "Mail share ({label})" : "Shiriki barua ({label})", + "Share link ({label})" : "Shiriki kiungo ({label})", + "Mail share" : "Shiriki barua", + "Share link ({index})" : "Shiriki kiungo ({index})", + "Create public link" : "Tengeneza kiungo cha umma", + "Actions for \"{title}\"" : "Matendo kwa \"{title}\"", + "Copy public link of \"{title}\" to clipboard" : "Nakili kiungo cha umma cha \"{title}\" kwenye ubao wa kunakili", + "Error, please enter proper password and/or expiration date" : "Hitilafu, tafadhali weka nenosiri sahihi na/au tarehe ya mwisho wa matumizi", + "Link share created" : "Ushiriki wa kiungo umeundwa", + "Error while creating the share" : "Hitilafu wakati wa kuunda kushiriki", + "Please enter the following required information before creating the share" : "Tafadhali weka maelezo yafuatayo yanayohitajika kabla ya kuunda kushiriki", + "Password protection (enforced)" : "Ulinzi wa nenosiri (umetekelezwa)", + "Password protection" : "Ulinzi wa nenosiri", "Enter a password" : "Ingiza nenosiri", + "Enable link expiration (enforced)" : "Washa muda wa kuisha kwa kiungo (imetekelezwa)", + "Enable link expiration" : " Washa muda wa kuisha kwa kiungo", + "Enter expiration date (enforced)" : "Weka tarehe ya mwisho wa matumizi (imetekelezwa)", + "Enter expiration date" : "Weka tarehe ya mwisho wa matumizi", "Create share" : "Tengeneza ushirikishaji", + "Customize link" : "Tengeneza kiungo kwa matakwa ya mteja", + "Generate QR code" : "Tengeneza msimbo wa QR", + "Add another link" : "Ongeza kiungo kingine", + "Create a new share link" : "Unda kiungo kipya cha kushiriki", + "Quick share options, the current selected is \"{selectedOption}\"" : "Chaguzi za haraka za kushiriki, zilizochaguliwa sasa ni \"{selectedOption}\"", + "View only" : "Utazamaji pekee", "Can edit" : "Inaweza kuhariri", + "Custom permissions" : "Ruhusa maalum", + "Resharing is not allowed" : "Kushiriki upya hakuruhusiwi", + "Name or email …" : "Jina au barua pepe", + "Name, email, or Federated Cloud ID …" : "Jina, barua pepe au kitambulisho cha Cloudi kilichoshirikishwa...", "Searching …" : "Inatafuta", "No elements found." : "Hakuna vipengele vilivyopatikana", "Search globally" : "Tafuta kimataifa", @@ -192,32 +246,195 @@ OC.L10N.register( "Group" : "Kundi", "Email" : "Barua pepe", "Team" : "Timu", + "Talk conversation" : "Mazungumzo ya Talk", "Deck board" : "Bodi ya deck", + "ScienceMesh" : "SayansiMesh", "on {server}" : "juu ya {server}", + "Enter external recipients" : "Ingiza wapokeaji wa nje", + "Search for internal recipients" : "Tafuta wapokeaji wa ndani", + "Note from" : "Kumbuka kutoka", + "Note:" : "Kumbuka:", + "File drop" : "Kuacha faili", + "Upload files to {foldername}." : "Pakia faili kwenye {foldername}", + "By uploading files, you agree to the terms of service." : "Kwa kupakia faili, unakubali sheria na masharti.", + "Successfully uploaded files" : " Faili zimepakiwa kikamilifu", + "View terms of service" : "Tazama masharti ya huduma", + "Terms of service" : "Masharti ya huduma", + "Share with {userName}" : "Shiriki na {userName}", + "Share with email {email}" : "Shiriki na barua pepe {email}", + "Share with group" : "Shiriki na kundi", + "Share in conversation" : "Shiriki katika mazungumzo", + "Share with {user} on remote server {server}" : "Shiriki na {user}kwenye seva ya mbali {server}", + "Share with remote group" : "Shiriki na kundi la mbali", + "Share with guest" : "Shiriki na mgeni", + "Update share" : "Sasisha ushiriki", + "Save share" : "Hifadhi ushiriki", + "Read" : "Soma", "Create" : "Tengeneza", "Edit" : "Hariri", "Share" : "Shirikisha", "Delete" : "Futa", - "Advanced settings" : "Mipangilio ya kiwangi cha juu", + "Password field cannot be empty" : "Sehemu ya nenosiri haiwezi kuwa tupu", + "Replace current password" : "Badilisha nenosiri la sasa", + "Failed to generate a new token" : "Imeshindwa kutengeneza tokeni mpya", + "Allow upload and editing" : "Ruhusu upakiaji na uhariri", + "Allow editing" : "Ruhusu uhariri", + "Upload only" : "Pakua tu", + "Advanced settings" : "Mipangilio ya kiwango cha juu", + "Share label" : "Shiriki lebo", + "Share link token" : "Shiriki tokeni ya kiungo", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Weka tokeni ya kiungo cha kushiriki hadharani iwe kitu ambacho ni rahisi kukumbuka au kutengeneza tokeni mpya. Haipendekezi kutumia tokeni inayoweza kukisiwa kwa hisa ambazo zina taarifa nyeti.", + "Generating…" : "Inazalisha...", + "Generate new token" : "Tengeneza tokeni mpya", + "Set password" : " Weka nenosiri", + "Password expires {passwordExpirationTime}" : "Nenosiri linaisha muda {passwordExpirationTime}", + "Password expired" : "Nenosiri limekwisha muda wake", + "Video verification" : "Uthibitishaji wa video", + "Expiration date (enforced)" : "Tarehe ya mwisho wa matumizi (imetekelezwa)", "Set expiration date" : "Panga tarehe ya mwisho wa matumizi", + "Hide download" : "Ficha upakuaji", + "Allow download and sync" : "Ruhusu upakuaji na usawazishe", + "Note to recipient" : "Kumbuka kwa mpokeaji", + "Enter a note for the share recipient" : "Andika dokezo kwa mpokeaji kushiriki", + "Show files in grid view" : "Show files in grid view", + "Delete share" : "Futa shiriki", + "Others with access" : "Wengine wenye ufikiaji", + "No other accounts with access found" : "Hakuna akaunti nyingine zenye ufikiaji zilizopatikana", + "Toggle list of others with access to this directory" : "Geuza orodha ya wengine na ufikiaji wa saraka hii", + "Toggle list of others with access to this file" : "Geuza orodha ya wengine na ufikiaji wa faili hii", + "Unable to fetch inherited shares" : "Imeshindwa kuleta shiriki zilizorithiwa", + "Link shares" : "Unganisha shiriki", + "Shares" : "Shiriki", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Tumia njia hii kushiriki faili na watu binafsi au timu ndani ya shirika lako. Ikiwa mpokeaji tayari ana idhini ya kufikia kushiriki lakini hawezi kuipata, unaweza kumtumia kiungo cha kushiriki ndani kwa ufikiaji rahisi.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Tumia njia hii kushiriki faili na watu binafsi au mashirika nje ya shirika lako. Faili na folda zinaweza kushirikiwa kupitia viungo vya ushiriki wa umma na anwani za barua pepe. Unaweza pia kushiriki kwa akaunti zingine za Nextcloud zinazopangishwa kwa matukio tofauti kwa kutumia kitambulisho chao cha wingu kilichoshirikishwa.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Shiriki ambazo si sehemu ya shiriki za ndani au nje. Hii inaweza kuwa kushiriki kutoka kwa programu au vyanzo vingine.", + "Share with accounts, teams, federated cloud IDs" : "Shiriki na akaunti, timu, vitambulisho vya Cloud vilivyoshirikishwa", + "Share with accounts and teams" : "Shiriki kwa akaunti na timu", + "Federated cloud ID" : "Kitambulisho cha Cloud kilichoshirikishwa", + "Email, federated cloud ID" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", + "Unable to load the shares list" : "Imeshindwa kupakia orodha ya shiriki", "Expires {relativetime}" : "Inaisha wakati {relativetime}", + "this share just expired." : "Shiriki hii imeisha muda wake", + "Shared with you by {owner}" : "Imeshirikiwa na wewe kwa {owner}", + "Internal shares" : "Shiriki za ndani", + "Internal shares explanation" : "Maelezo ya shiriki za ndani", + "External shares" : "Shiriki za nje", + "External shares explanation" : "Maelezo ya shiriki za nje", + "Additional shares" : "Shiriki za nyongeza", + "Additional shares explanation" : "Maelezo ya shiriki za nyongeza", + "Link to a file" : "Unga kwenye faili", + "_Accept share_::_Accept shares_" : ["Accept share","Kubali shiriki"], "Open in Files" : "Fungua ndani ya faili", - "Shared" : "Shirikisha", + "_Reject share_::_Reject shares_" : ["Reject share","Kataa shiriki"], + "_Restore share_::_Restore shares_" : ["Restore share","Rejesha shiriki"], + "Shared" : "Imeshirikishwa", "Shared by {ownerDisplayName}" : "Imeshirikishwa na{ownerDisplayName}", - "Shared multiple times with different people" : "Shared multiple times with different people", + "Shared multiple times with different people" : "Imeshirikiwa mara nyingi na watu tofauti", + "Show sharing options" : "Onyesha chaguo za kushiriki", + "Shared with others" : "Imeshirikiwa na wengine", + "Create file request" : "Unda ombi la faili", + "Upload files to {foldername}" : "Pakia faili kwa {foldername}", + "Public file share" : "Shiriki faili za umma", + "Publicly shared file." : "Faili iliyoshirikiwa hadharani.", + "No file" : "Hakuna faili", + "The file shared with you will show up here" : "Faili iliyoshirikiwa nawe itaonekana hapa", + "Public share" : "Shiriki ya umma", + "Publicly shared files." : "Faili zilizoshirikiwa hadharani.", + "No files" : "Hakuna faili", + "Files and folders shared with you will show up here" : "Faili na folda zilizoshirikiwa nawe zitaonekana hapa", + "Overview of shared files." : "Muhtasari wa faili zilizoshirikiwa.", + "No shares" : "Hakuna shiriki", + "Files and folders you shared or have been shared with you will show up here" : "Faili na folda ulizoshiriki au ambazo umeshirikiwa nawe zitaonekana hapa", "Shared with you" : "Imeshirikiwa na wewe", + "List of files that are shared with you." : "Orodha ya faili ambazo zimeshirikiwa nawe.", + "Nothing shared with you yet" : "Bado hakuna kilichoshirikiwa nawe", + "Files and folders others shared with you will show up here" : "Faili na folda ambazo wengine wameshiriki nawe zitaonekana hapa", + "List of files that you shared with others." : "Orodha ya faili ulizoshiriki na wengine.", + "Nothing shared yet" : "Bado hakuna kitu kilichoshirikiwa", + "Files and folders you shared will show up here" : "Faili na folda ulizoshiriki zitaonekana hapa", "Shared by link" : "Imeshirikishwa na kiungio", + "List of files that are shared by link." : "Orodha ya faili zinazoshirikiwa na kiungo.", + "No shared links" : "Hakuna viungo vilivyoshirikiwa", + "Files and folders you shared by link will show up here" : "Faili na folda ulizoshiriki kwa kutumia kiungo zitaonekana hapa", + "File requests" : "Maombi ya faili", + "List of file requests." : "Orodha ya maombi ya faili", + "No file requests" : "Hakuna maombi ya faili", + "File requests you have created will show up here" : "Maombi ya faili uliyounda yataonekana hapa", + "Deleted shares" : "Shiriki zilizofutwa", + "List of shares you left." : "Orodha ya shiriki ulizoacha.", + "No deleted shares" : "Hakuna shiriki zilizofutwa", + "Shares you have left will show up here" : "Shiriki ulizobakisha zitaonekana hapa", + "Pending shares" : "Shiriki zinazosubiri", + "List of unapproved shares." : "Orodha ya shiriki ambazo hazijaidhinishwa.", + "No pending shares" : "Hakuna shiriki zinazosubiri", + "Shares you have received but not approved will show up here" : "Shiriki ambazo umepokea lakini hazijaidhinishwa zitaonekana hapa", + "Error deleting the share: {errorMessage}" : "Hitilafu katika kufuta kushiriki: {errorMessage}", + "Error deleting the share" : "Hitilafu katika kufuta kushiriki", + "Error updating the share: {errorMessage}" : "Hitilafu katika kusasisha ushiriki: {errorMessage}", + "Error updating the share" : "Hitilafu katika kusasisha ushiriki", + "File \"{path}\" has been unshared" : "Faili \"{path}\" haijashirikiwa", + "Folder \"{path}\" has been unshared" : "Folda \"{path}\" haijashirikiwa", + "Could not update share" : "Haikuweza kusasisha kushiriki", + "Share saved" : "Shiriki imehifadhiwa", + "Share expiry date saved" : "Shiriki tarehe ya kumalizika kwa kushiriki iliyohifadhiwa", + "Share hide-download state saved" : "Shiriki hali ya upakuaji fiche iliyohifadhiwa", + "Share label saved" : "Lebo ya kushiriki imehifadhiwa", + "Share note for recipient saved" : "Dokezo la shiriki kwa mpokeaji aliyehifadhiwa", + "Share password saved" : "Nenosiri la shiriki lililohifadhiwa", + "Share permissions saved" : "Ruhusa za kushiriki zimehifadhiwa", + "To upload files to {folder}, you need to provide your name first." : "Ili kupakia faili kwenye {folder}, unahitaji kutoa jina lako kwanza.", + "Upload files to {folder}" : "Pakia faili kwa {folder}", + "Please confirm your name to upload files to {folder}" : "Tafadhali thibitisha jina lako ili kupakia faili {folder}", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ameshiriki folda nawe.", + "Names must not be empty." : "Majina lazima yasiwe tupu.", + "Names must not start with a dot." : "Majina lazima yasianze na nukta.", + "\"{char}\" is not allowed inside a name." : "\"{char}\" hairuhusiwi ndani ya jina.", + "\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" ni jina lililohifadhiwa na lisiloruhusiwa", + "\"{extension}\" is not an allowed name." : "\"{extension}\" si jina linaloruhusiwa.", + "Names must not end with \"{extension}\"." : "Majina lazima yasiishie na \"{extension}\".", + "Invalid name." : "Jina batili.", "Shared by" : "Imeshirikishwa na", + "Shared with" : "Imeshirikiwa na", + "Password created successfully" : "Nenosiri limeundwa kwa mafanikio", + "Error generating password from password policy" : "Hitilafu katika kuzalisha nenosiri kutoka kwa sera ya nenosiri", + "Shared with you and the group {group} by {owner}" : "Imeshirikiwa nawe na kikundi {group} kwa {owner}", + "Shared with you and {circle} by {owner}" : " Imeshirikiwa na wewe na{circle} kwa {owner}", + "Shared with you and the conversation {conversation} by {owner}" : "Imeshirikiwa nawe na mazungumzo {conversation} kwa {owner}", + "Shared with you in a conversation by {owner}" : " Imeshirikiwa nawe kwenye mazungumzo na{owner}", + "Share note" : "Shiriki dokezo", "Show list view" : "Onesha mwonekeno wa orodha", "Show grid view" : "Onesha mwonekano wa mstariramani", - "Select or drop files" : "Select or drop files", + "Upload files to %s" : "Pakia faili kwa %s", + "%s shared a folder with you." : "%s ameshiriki folda nawe.", + "Note" : "Dokezo", + "Select or drop files" : "Chagua au udondoshe faili", + "Uploading files" : "Inapakia faili", + "Uploaded files:" : "Faili zilizopakiwa:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Share not found" : "Ushirikishaji haupo", "Back to %s" : "Rudi kwenye %s", + "Add to your Nextcloud" : "Ongeza kwenye Nextcloud yako", + "Waiting…" : "Inasubiri...", + "error" : "hitilafu", + "finished" : "Imemaliza", "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", "Move or copy" : "Hamisha au nakili", + "You can upload into this folder" : "Unaweza kupakia kwenye folda hii", + "No compatible server found at {remote}" : "Hakuna seva inayolingana iliyopatikana katika {remote}", + "Invalid server URL" : "URL ya seva si sahihi", "Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako", + "You are not allowed to edit link shares that you don't own" : "Huruhusiwi kuhariri vishiriki vya viungo ambavyo humiliki", + "Download all files" : "Pakua faili zote", + "_1 email address already added_::_{count} email addresses already added_" : ["1 email address already added","{count}anwani za barua pepe zimeshaongezwa "], + "_1 email address added_::_{count} email addresses added_" : ["1 email address added","{count}anwani za barua pepe zimeongezwa "], + "Search for share recipients" : "Tafuta wapokeaji walioshirikiwa", "No recommendations. Start typing." : "Hakuna maoni. Anza kuchapisha", + "To upload files, you need to provide your name first." : "Ili kupakia faili, unahitaji kutoa jina lako kwanza.", + "Enter your name" : "Ingiza jina lako ", + "Submit name" : "Wasilisha jina", "Name" : "Jina", + "Share with accounts, teams, federated cloud id" : "Shiriki na akaunti, timu, kitambulisho cha Cloud kilichoshirikishwa", + "Email, federated cloud id" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", "Filename must not be empty." : "Jina la faili halipaswi kuwa tupu" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sw.json b/apps/files_sharing/l10n/sw.json index 11c5172a13a..7162f289e2c 100644 --- a/apps/files_sharing/l10n/sw.json +++ b/apps/files_sharing/l10n/sw.json @@ -158,12 +158,33 @@ "Add a note to help people understand what you are requesting." : "Ongeza maelezo kusaidia watu kuelewa unachokiomba.", "You can add links, date or any other information that will help the recipient understand what you are requesting." : "Unaweza kuongeza viungo, tarehe, au taarifa nyingine yoyote itakayomsaidia mpokeaji kuelewa unachokiomba.", "Close" : "Funga", + "_Send email and close_::_Send {count} emails and close_" : ["Send email and close","Tuma barua pepe {count}na ufunge"], + "Please select a folder, you cannot share the root directory." : "Tafadhali chagua folda, huwezi kushiriki saraka ya mizizi.", + "File request created" : "Ombi la faili limeundwa", + "_File request created and email sent_::_File request created and {count} emails sent_" : ["File request created and email sent","Ombi la faili limeundwa na barua pepe {count} zikatumwa"], + "Error creating the share: {errorMessage}" : "Hitilafu katika kuunda ushiriki: {errorMessage}", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", - "Cancel" : "Cancel", + "Error sending emails: {errorMessage}" : "Hitilafu wakati wa kutuma barua pepe: {errorMessage}", + "Error sending emails" : "Hitilafu wakati wa kutuma barua pepe", + "Create a file request" : "Tengeneza ombi la faili", + "Collect files from others even if they do not have an account." : "Kusanya faili kutoka kwa wengine hata kama hawana akaunti.", + "To ensure you can receive files, verify you have enough storage available." : "Ili kuhakikisha kuwa unaweza kupokea faili, thibitisha kuwa una hifadhi ya kutosha.", + "File request" : "Ombi la faili", + "Previous step" : "Hatua ya awali", + "Cancel" : "Sitisha", + "Cancel the file request creation" : "Sitisha ombi la utengenezaji wa faili", + "Close without sending emails" : "Funga bila kutuma barua pepe", "Continue" : "Endelea", + "Error while toggling options" : "Hitilafu wakati wa kugeuza chaguo", + "Accept shares from other accounts and groups by default" : "Kubali kushirikiwa kutoka kwa akaunti na vikundi vingine kwa chaguomsingi", + "Choose a default folder for accepted shares" : "Chagua folda chaguo-msingi kwa shiriki zinazokubalika", "Invalid path selected" : "Njia iliyochaguliwa si halali", "Unknown error" : "Hitilafu isiyojulikana", + "Set default folder for accepted shares" : "Weka folda chaguo-msingi kwa shiriki zinazokubaliwa", "Reset" : "Pangilia upya", + "Reset folder to system default" : "Weka upya folda iwe chaguomsingi ya mfumo", + "Share expiration: {date}" : "Ukomo wa shiriki: {date}", + "Share Expiration" : "Ukomo wa shiriki", "group" : "kundi", "conversation" : "mazungumzo", "remote" : "mbali", @@ -178,11 +199,44 @@ "Via “{folder}”" : "Kupitia \"{folder}\"", "Unshare" : "Usishirikishe", "Cannot copy, please copy the link manually" : "Haiwezi kunakili, tafadhali nakili kiungio kwa njia za kawaida", + "Copy internal link to clipboard" : "Nakili kiungo cha ndani kwenye ubao wa kunakilia", + "Only works for people with access to this folder" : "Inafanya kazi kwa watu wanaoweza kufikia folda hii pekee", + "Only works for people with access to this file" : " Inafanya kazi kwa watu walio na ufikiaji wa faili hii pekee", + "Link copied" : "Kiungo kimenakiliwa", "Internal link" : "Kiungo cha ndani", - "Password protection" : "Password protection", + "{shareWith} by {initiator}" : "{shareWith} kwa {initiator}", + "Shared via link by {initiator}" : "Imeshirikiwa kupitia kiungo na {initiator}", + "File request ({label})" : "Ombi la faili ({label})", + "Mail share ({label})" : "Shiriki barua ({label})", + "Share link ({label})" : "Shiriki kiungo ({label})", + "Mail share" : "Shiriki barua", + "Share link ({index})" : "Shiriki kiungo ({index})", + "Create public link" : "Tengeneza kiungo cha umma", + "Actions for \"{title}\"" : "Matendo kwa \"{title}\"", + "Copy public link of \"{title}\" to clipboard" : "Nakili kiungo cha umma cha \"{title}\" kwenye ubao wa kunakili", + "Error, please enter proper password and/or expiration date" : "Hitilafu, tafadhali weka nenosiri sahihi na/au tarehe ya mwisho wa matumizi", + "Link share created" : "Ushiriki wa kiungo umeundwa", + "Error while creating the share" : "Hitilafu wakati wa kuunda kushiriki", + "Please enter the following required information before creating the share" : "Tafadhali weka maelezo yafuatayo yanayohitajika kabla ya kuunda kushiriki", + "Password protection (enforced)" : "Ulinzi wa nenosiri (umetekelezwa)", + "Password protection" : "Ulinzi wa nenosiri", "Enter a password" : "Ingiza nenosiri", + "Enable link expiration (enforced)" : "Washa muda wa kuisha kwa kiungo (imetekelezwa)", + "Enable link expiration" : " Washa muda wa kuisha kwa kiungo", + "Enter expiration date (enforced)" : "Weka tarehe ya mwisho wa matumizi (imetekelezwa)", + "Enter expiration date" : "Weka tarehe ya mwisho wa matumizi", "Create share" : "Tengeneza ushirikishaji", + "Customize link" : "Tengeneza kiungo kwa matakwa ya mteja", + "Generate QR code" : "Tengeneza msimbo wa QR", + "Add another link" : "Ongeza kiungo kingine", + "Create a new share link" : "Unda kiungo kipya cha kushiriki", + "Quick share options, the current selected is \"{selectedOption}\"" : "Chaguzi za haraka za kushiriki, zilizochaguliwa sasa ni \"{selectedOption}\"", + "View only" : "Utazamaji pekee", "Can edit" : "Inaweza kuhariri", + "Custom permissions" : "Ruhusa maalum", + "Resharing is not allowed" : "Kushiriki upya hakuruhusiwi", + "Name or email …" : "Jina au barua pepe", + "Name, email, or Federated Cloud ID …" : "Jina, barua pepe au kitambulisho cha Cloudi kilichoshirikishwa...", "Searching …" : "Inatafuta", "No elements found." : "Hakuna vipengele vilivyopatikana", "Search globally" : "Tafuta kimataifa", @@ -190,32 +244,195 @@ "Group" : "Kundi", "Email" : "Barua pepe", "Team" : "Timu", + "Talk conversation" : "Mazungumzo ya Talk", "Deck board" : "Bodi ya deck", + "ScienceMesh" : "SayansiMesh", "on {server}" : "juu ya {server}", + "Enter external recipients" : "Ingiza wapokeaji wa nje", + "Search for internal recipients" : "Tafuta wapokeaji wa ndani", + "Note from" : "Kumbuka kutoka", + "Note:" : "Kumbuka:", + "File drop" : "Kuacha faili", + "Upload files to {foldername}." : "Pakia faili kwenye {foldername}", + "By uploading files, you agree to the terms of service." : "Kwa kupakia faili, unakubali sheria na masharti.", + "Successfully uploaded files" : " Faili zimepakiwa kikamilifu", + "View terms of service" : "Tazama masharti ya huduma", + "Terms of service" : "Masharti ya huduma", + "Share with {userName}" : "Shiriki na {userName}", + "Share with email {email}" : "Shiriki na barua pepe {email}", + "Share with group" : "Shiriki na kundi", + "Share in conversation" : "Shiriki katika mazungumzo", + "Share with {user} on remote server {server}" : "Shiriki na {user}kwenye seva ya mbali {server}", + "Share with remote group" : "Shiriki na kundi la mbali", + "Share with guest" : "Shiriki na mgeni", + "Update share" : "Sasisha ushiriki", + "Save share" : "Hifadhi ushiriki", + "Read" : "Soma", "Create" : "Tengeneza", "Edit" : "Hariri", "Share" : "Shirikisha", "Delete" : "Futa", - "Advanced settings" : "Mipangilio ya kiwangi cha juu", + "Password field cannot be empty" : "Sehemu ya nenosiri haiwezi kuwa tupu", + "Replace current password" : "Badilisha nenosiri la sasa", + "Failed to generate a new token" : "Imeshindwa kutengeneza tokeni mpya", + "Allow upload and editing" : "Ruhusu upakiaji na uhariri", + "Allow editing" : "Ruhusu uhariri", + "Upload only" : "Pakua tu", + "Advanced settings" : "Mipangilio ya kiwango cha juu", + "Share label" : "Shiriki lebo", + "Share link token" : "Shiriki tokeni ya kiungo", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Weka tokeni ya kiungo cha kushiriki hadharani iwe kitu ambacho ni rahisi kukumbuka au kutengeneza tokeni mpya. Haipendekezi kutumia tokeni inayoweza kukisiwa kwa hisa ambazo zina taarifa nyeti.", + "Generating…" : "Inazalisha...", + "Generate new token" : "Tengeneza tokeni mpya", + "Set password" : " Weka nenosiri", + "Password expires {passwordExpirationTime}" : "Nenosiri linaisha muda {passwordExpirationTime}", + "Password expired" : "Nenosiri limekwisha muda wake", + "Video verification" : "Uthibitishaji wa video", + "Expiration date (enforced)" : "Tarehe ya mwisho wa matumizi (imetekelezwa)", "Set expiration date" : "Panga tarehe ya mwisho wa matumizi", + "Hide download" : "Ficha upakuaji", + "Allow download and sync" : "Ruhusu upakuaji na usawazishe", + "Note to recipient" : "Kumbuka kwa mpokeaji", + "Enter a note for the share recipient" : "Andika dokezo kwa mpokeaji kushiriki", + "Show files in grid view" : "Show files in grid view", + "Delete share" : "Futa shiriki", + "Others with access" : "Wengine wenye ufikiaji", + "No other accounts with access found" : "Hakuna akaunti nyingine zenye ufikiaji zilizopatikana", + "Toggle list of others with access to this directory" : "Geuza orodha ya wengine na ufikiaji wa saraka hii", + "Toggle list of others with access to this file" : "Geuza orodha ya wengine na ufikiaji wa faili hii", + "Unable to fetch inherited shares" : "Imeshindwa kuleta shiriki zilizorithiwa", + "Link shares" : "Unganisha shiriki", + "Shares" : "Shiriki", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Tumia njia hii kushiriki faili na watu binafsi au timu ndani ya shirika lako. Ikiwa mpokeaji tayari ana idhini ya kufikia kushiriki lakini hawezi kuipata, unaweza kumtumia kiungo cha kushiriki ndani kwa ufikiaji rahisi.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Tumia njia hii kushiriki faili na watu binafsi au mashirika nje ya shirika lako. Faili na folda zinaweza kushirikiwa kupitia viungo vya ushiriki wa umma na anwani za barua pepe. Unaweza pia kushiriki kwa akaunti zingine za Nextcloud zinazopangishwa kwa matukio tofauti kwa kutumia kitambulisho chao cha wingu kilichoshirikishwa.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Shiriki ambazo si sehemu ya shiriki za ndani au nje. Hii inaweza kuwa kushiriki kutoka kwa programu au vyanzo vingine.", + "Share with accounts, teams, federated cloud IDs" : "Shiriki na akaunti, timu, vitambulisho vya Cloud vilivyoshirikishwa", + "Share with accounts and teams" : "Shiriki kwa akaunti na timu", + "Federated cloud ID" : "Kitambulisho cha Cloud kilichoshirikishwa", + "Email, federated cloud ID" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", + "Unable to load the shares list" : "Imeshindwa kupakia orodha ya shiriki", "Expires {relativetime}" : "Inaisha wakati {relativetime}", + "this share just expired." : "Shiriki hii imeisha muda wake", + "Shared with you by {owner}" : "Imeshirikiwa na wewe kwa {owner}", + "Internal shares" : "Shiriki za ndani", + "Internal shares explanation" : "Maelezo ya shiriki za ndani", + "External shares" : "Shiriki za nje", + "External shares explanation" : "Maelezo ya shiriki za nje", + "Additional shares" : "Shiriki za nyongeza", + "Additional shares explanation" : "Maelezo ya shiriki za nyongeza", + "Link to a file" : "Unga kwenye faili", + "_Accept share_::_Accept shares_" : ["Accept share","Kubali shiriki"], "Open in Files" : "Fungua ndani ya faili", - "Shared" : "Shirikisha", + "_Reject share_::_Reject shares_" : ["Reject share","Kataa shiriki"], + "_Restore share_::_Restore shares_" : ["Restore share","Rejesha shiriki"], + "Shared" : "Imeshirikishwa", "Shared by {ownerDisplayName}" : "Imeshirikishwa na{ownerDisplayName}", - "Shared multiple times with different people" : "Shared multiple times with different people", + "Shared multiple times with different people" : "Imeshirikiwa mara nyingi na watu tofauti", + "Show sharing options" : "Onyesha chaguo za kushiriki", + "Shared with others" : "Imeshirikiwa na wengine", + "Create file request" : "Unda ombi la faili", + "Upload files to {foldername}" : "Pakia faili kwa {foldername}", + "Public file share" : "Shiriki faili za umma", + "Publicly shared file." : "Faili iliyoshirikiwa hadharani.", + "No file" : "Hakuna faili", + "The file shared with you will show up here" : "Faili iliyoshirikiwa nawe itaonekana hapa", + "Public share" : "Shiriki ya umma", + "Publicly shared files." : "Faili zilizoshirikiwa hadharani.", + "No files" : "Hakuna faili", + "Files and folders shared with you will show up here" : "Faili na folda zilizoshirikiwa nawe zitaonekana hapa", + "Overview of shared files." : "Muhtasari wa faili zilizoshirikiwa.", + "No shares" : "Hakuna shiriki", + "Files and folders you shared or have been shared with you will show up here" : "Faili na folda ulizoshiriki au ambazo umeshirikiwa nawe zitaonekana hapa", "Shared with you" : "Imeshirikiwa na wewe", + "List of files that are shared with you." : "Orodha ya faili ambazo zimeshirikiwa nawe.", + "Nothing shared with you yet" : "Bado hakuna kilichoshirikiwa nawe", + "Files and folders others shared with you will show up here" : "Faili na folda ambazo wengine wameshiriki nawe zitaonekana hapa", + "List of files that you shared with others." : "Orodha ya faili ulizoshiriki na wengine.", + "Nothing shared yet" : "Bado hakuna kitu kilichoshirikiwa", + "Files and folders you shared will show up here" : "Faili na folda ulizoshiriki zitaonekana hapa", "Shared by link" : "Imeshirikishwa na kiungio", + "List of files that are shared by link." : "Orodha ya faili zinazoshirikiwa na kiungo.", + "No shared links" : "Hakuna viungo vilivyoshirikiwa", + "Files and folders you shared by link will show up here" : "Faili na folda ulizoshiriki kwa kutumia kiungo zitaonekana hapa", + "File requests" : "Maombi ya faili", + "List of file requests." : "Orodha ya maombi ya faili", + "No file requests" : "Hakuna maombi ya faili", + "File requests you have created will show up here" : "Maombi ya faili uliyounda yataonekana hapa", + "Deleted shares" : "Shiriki zilizofutwa", + "List of shares you left." : "Orodha ya shiriki ulizoacha.", + "No deleted shares" : "Hakuna shiriki zilizofutwa", + "Shares you have left will show up here" : "Shiriki ulizobakisha zitaonekana hapa", + "Pending shares" : "Shiriki zinazosubiri", + "List of unapproved shares." : "Orodha ya shiriki ambazo hazijaidhinishwa.", + "No pending shares" : "Hakuna shiriki zinazosubiri", + "Shares you have received but not approved will show up here" : "Shiriki ambazo umepokea lakini hazijaidhinishwa zitaonekana hapa", + "Error deleting the share: {errorMessage}" : "Hitilafu katika kufuta kushiriki: {errorMessage}", + "Error deleting the share" : "Hitilafu katika kufuta kushiriki", + "Error updating the share: {errorMessage}" : "Hitilafu katika kusasisha ushiriki: {errorMessage}", + "Error updating the share" : "Hitilafu katika kusasisha ushiriki", + "File \"{path}\" has been unshared" : "Faili \"{path}\" haijashirikiwa", + "Folder \"{path}\" has been unshared" : "Folda \"{path}\" haijashirikiwa", + "Could not update share" : "Haikuweza kusasisha kushiriki", + "Share saved" : "Shiriki imehifadhiwa", + "Share expiry date saved" : "Shiriki tarehe ya kumalizika kwa kushiriki iliyohifadhiwa", + "Share hide-download state saved" : "Shiriki hali ya upakuaji fiche iliyohifadhiwa", + "Share label saved" : "Lebo ya kushiriki imehifadhiwa", + "Share note for recipient saved" : "Dokezo la shiriki kwa mpokeaji aliyehifadhiwa", + "Share password saved" : "Nenosiri la shiriki lililohifadhiwa", + "Share permissions saved" : "Ruhusa za kushiriki zimehifadhiwa", + "To upload files to {folder}, you need to provide your name first." : "Ili kupakia faili kwenye {folder}, unahitaji kutoa jina lako kwanza.", + "Upload files to {folder}" : "Pakia faili kwa {folder}", + "Please confirm your name to upload files to {folder}" : "Tafadhali thibitisha jina lako ili kupakia faili {folder}", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ameshiriki folda nawe.", + "Names must not be empty." : "Majina lazima yasiwe tupu.", + "Names must not start with a dot." : "Majina lazima yasianze na nukta.", + "\"{char}\" is not allowed inside a name." : "\"{char}\" hairuhusiwi ndani ya jina.", + "\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" ni jina lililohifadhiwa na lisiloruhusiwa", + "\"{extension}\" is not an allowed name." : "\"{extension}\" si jina linaloruhusiwa.", + "Names must not end with \"{extension}\"." : "Majina lazima yasiishie na \"{extension}\".", + "Invalid name." : "Jina batili.", "Shared by" : "Imeshirikishwa na", + "Shared with" : "Imeshirikiwa na", + "Password created successfully" : "Nenosiri limeundwa kwa mafanikio", + "Error generating password from password policy" : "Hitilafu katika kuzalisha nenosiri kutoka kwa sera ya nenosiri", + "Shared with you and the group {group} by {owner}" : "Imeshirikiwa nawe na kikundi {group} kwa {owner}", + "Shared with you and {circle} by {owner}" : " Imeshirikiwa na wewe na{circle} kwa {owner}", + "Shared with you and the conversation {conversation} by {owner}" : "Imeshirikiwa nawe na mazungumzo {conversation} kwa {owner}", + "Shared with you in a conversation by {owner}" : " Imeshirikiwa nawe kwenye mazungumzo na{owner}", + "Share note" : "Shiriki dokezo", "Show list view" : "Onesha mwonekeno wa orodha", "Show grid view" : "Onesha mwonekano wa mstariramani", - "Select or drop files" : "Select or drop files", + "Upload files to %s" : "Pakia faili kwa %s", + "%s shared a folder with you." : "%s ameshiriki folda nawe.", + "Note" : "Dokezo", + "Select or drop files" : "Chagua au udondoshe faili", + "Uploading files" : "Inapakia faili", + "Uploaded files:" : "Faili zilizopakiwa:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Share not found" : "Ushirikishaji haupo", "Back to %s" : "Rudi kwenye %s", + "Add to your Nextcloud" : "Ongeza kwenye Nextcloud yako", + "Waiting…" : "Inasubiri...", + "error" : "hitilafu", + "finished" : "Imemaliza", "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", "Move or copy" : "Hamisha au nakili", + "You can upload into this folder" : "Unaweza kupakia kwenye folda hii", + "No compatible server found at {remote}" : "Hakuna seva inayolingana iliyopatikana katika {remote}", + "Invalid server URL" : "URL ya seva si sahihi", "Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako", + "You are not allowed to edit link shares that you don't own" : "Huruhusiwi kuhariri vishiriki vya viungo ambavyo humiliki", + "Download all files" : "Pakua faili zote", + "_1 email address already added_::_{count} email addresses already added_" : ["1 email address already added","{count}anwani za barua pepe zimeshaongezwa "], + "_1 email address added_::_{count} email addresses added_" : ["1 email address added","{count}anwani za barua pepe zimeongezwa "], + "Search for share recipients" : "Tafuta wapokeaji walioshirikiwa", "No recommendations. Start typing." : "Hakuna maoni. Anza kuchapisha", + "To upload files, you need to provide your name first." : "Ili kupakia faili, unahitaji kutoa jina lako kwanza.", + "Enter your name" : "Ingiza jina lako ", + "Submit name" : "Wasilisha jina", "Name" : "Jina", + "Share with accounts, teams, federated cloud id" : "Shiriki na akaunti, timu, kitambulisho cha Cloud kilichoshirikishwa", + "Email, federated cloud id" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", "Filename must not be empty." : "Jina la faili halipaswi kuwa tupu" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/sw.js b/apps/lookup_server_connector/l10n/sw.js new file mode 100644 index 00000000000..8d9139a950d --- /dev/null +++ b/apps/lookup_server_connector/l10n/sw.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Tafuta Kiunganishi cha Seva", + "Sync public account information with the lookup server" : "Sawazisha maelezo ya akaunti ya umma na seva ya utafutaji" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/sw.json b/apps/lookup_server_connector/l10n/sw.json new file mode 100644 index 00000000000..fa0f78432a9 --- /dev/null +++ b/apps/lookup_server_connector/l10n/sw.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Tafuta Kiunganishi cha Seva", + "Sync public account information with the lookup server" : "Sawazisha maelezo ya akaunti ya umma na seva ya utafutaji" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/webhook_listeners/l10n/sw.js b/apps/webhook_listeners/l10n/sw.js new file mode 100644 index 00000000000..06a4c46dfd2 --- /dev/null +++ b/apps/webhook_listeners/l10n/sw.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "webhook_listeners", + { + "Webhooks" : "Viboko vya mtandao", + "Nextcloud webhook support" : "Msaada wa viboko vya mtandao wa Nextcloud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/webhook_listeners/l10n/sw.json b/apps/webhook_listeners/l10n/sw.json new file mode 100644 index 00000000000..799fd8e1b65 --- /dev/null +++ b/apps/webhook_listeners/l10n/sw.json @@ -0,0 +1,5 @@ +{ "translations": { + "Webhooks" : "Viboko vya mtandao", + "Nextcloud webhook support" : "Msaada wa viboko vya mtandao wa Nextcloud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index c8d7357c4c7..1b86c9138c7 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -385,6 +385,7 @@ OC.L10N.register( "Write transcript that you want the assistant to generate speech from" : "Kirjuta üles see, mille alusel tahad Abilisel lasta koostada kõne", "Output speech" : "Kõneväljund", "The generated speech" : "Koostatud kõne", + "Describe a task that you want the assistant to do or ask a question" : "Kirjelda seda, mida soovid Abilisele ülesandeks teha või lihtsalt küsi midagi.", "Change Tone" : "Teksti tooni muutmine", "Change the tone of a piece of text." : "Muuda antud teksti tonaalsust.", "Write a text that you want the assistant to rewrite in another tone." : "Kirjuta üles see, mille tonaalsust tahad Abilisel lasta ümber kirjutada.", diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index fc14b503d91..d0d0451b338 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -383,6 +383,7 @@ "Write transcript that you want the assistant to generate speech from" : "Kirjuta üles see, mille alusel tahad Abilisel lasta koostada kõne", "Output speech" : "Kõneväljund", "The generated speech" : "Koostatud kõne", + "Describe a task that you want the assistant to do or ask a question" : "Kirjelda seda, mida soovid Abilisele ülesandeks teha või lihtsalt küsi midagi.", "Change Tone" : "Teksti tooni muutmine", "Change the tone of a piece of text." : "Muuda antud teksti tonaalsust.", "Write a text that you want the assistant to rewrite in another tone." : "Kirjuta üles see, mille tonaalsust tahad Abilisel lasta ümber kirjutada.", diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js index b325d289caf..adc3bc63473 100644 --- a/lib/l10n/sw.js +++ b/lib/l10n/sw.js @@ -28,6 +28,7 @@ OC.L10N.register( "Additional settings" : "Mipangilio ya nyongeza", "%1$s shared %2$s with you" : "%1$s ameshirikisha %2$s na wewe", "Open %s" : "Fungua %s", + "%1$s via %2$s" : "%1$s via %2$s", "Unknown share type" : "Unknown share type", "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", "Sunday" : "Jumapili", diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json index 039c6109f3a..c576f37cabc 100644 --- a/lib/l10n/sw.json +++ b/lib/l10n/sw.json @@ -26,6 +26,7 @@ "Additional settings" : "Mipangilio ya nyongeza", "%1$s shared %2$s with you" : "%1$s ameshirikisha %2$s na wewe", "Open %s" : "Fungua %s", + "%1$s via %2$s" : "%1$s via %2$s", "Unknown share type" : "Unknown share type", "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", "Sunday" : "Jumapili", -- cgit v1.2.3